8e9cc1
@@ -51,7 +51,7 @@
public int getValue() {
    * Find a the enum type by its integer value, as defined in the Thrift IDL.
    * @return null if the value is not found.
    */
-  public static OperatorType findByValue(int value) {
+  public static OperatorType findByValue(int value) { 
     switch (value) {
       case 0:
         return JOIN;
